home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d8 / tm211_1.arc / SCR.ARC / WWIV.SCR < prev   
Text File  |  1990-06-06  |  414b  |  23 lines

  1. ;
  2. ; WWIV.SCR is a log on script file for WWIV BBS
  3. ;
  4.  
  5. ID = "1"                     ; put your ID here
  6. Phone = "1212"               ; the last 4 digits of your phone number
  7. Graphics = "Y"               ; "Y"es or "N"o
  8.  
  9. Waitfor 0                    ; unlimited waiting time
  10.  
  11. Waitfor "graphics?"
  12. Put Graphics
  13.  
  14. Waitfor "NN:"
  15. Put ID
  16.  
  17. Waitfor "password:","PW:"
  18. Put "^&"
  19.  
  20. Waitfor "-###-"
  21. Put Phone
  22.  
  23.